[INFO] cloning repository https://github.com/maghoff/sausagewiki
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maghoff/sausagewiki" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaghoff%2Fsausagewiki", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaghoff%2Fsausagewiki'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b034dcf61ab299f48b6dce4bad15745e31fc0bca
[INFO] checking maghoff/sausagewiki against try#fceb2de603f0807f9049222f3f612ed51ed8f9dc for pr-157576
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaghoff%2Fsausagewiki" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/maghoff/sausagewiki
[INFO] finished tweaking git repo https://github.com/maghoff/sausagewiki
[INFO] tweaked toml for git repo https://github.com/maghoff/sausagewiki written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/maghoff/sausagewiki on toolchain fceb2de603f0807f9049222f3f612ed51ed8f9dc
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/maghoff/sausagewiki already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: libs/codegen/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `codegen` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f361efc65e771d7d4fe8209e79c302f134bb782d9cb280035deb10949787696c
[INFO] running `Command { std: "docker" "start" "f361efc65e771d7d4fe8209e79c302f134bb782d9cb280035deb10949787696c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f361efc65e771d7d4fe8209e79c302f134bb782d9cb280035deb10949787696c" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f361efc65e771d7d4fe8209e79c302f134bb782d9cb280035deb10949787696c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f361efc65e771d7d4fe8209e79c302f134bb782d9cb280035deb10949787696c" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: libs/codegen/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `codegen` (manifest) generated 1 warning
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling libc v0.2.94
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.71
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling cc v1.0.67
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]     Checking slab v0.4.3
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling quote v1.0.17
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]    Compiling parking_lot_core v0.6.2
[INFO] [stderr]     Checking tokio-executor v0.1.10
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]     Checking net2 v0.2.37
[INFO] [stderr]    Compiling libsqlite3-sys v0.9.1
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]     Checking tokio-sync v0.1.8
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]     Checking tokio-codec v0.1.2
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]     Checking crossbeam-deque v0.7.3
[INFO] [stderr]     Checking tokio-threadpool v0.1.18
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]     Checking instant v0.1.9
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]     Checking smallvec v1.6.1
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]     Checking tokio-fs v0.1.7
[INFO] [stderr]     Checking tinyvec v1.2.0
[INFO] [stderr]     Checking parking_lot_core v0.8.3
[INFO] [stderr]     Checking tokio-uds v0.2.7
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]    Compiling generic-array v0.8.4
[INFO] [stderr]     Checking tokio-udp v0.1.6
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]     Checking tokio-timer v0.2.13
[INFO] [stderr]     Checking tokio-current-thread v0.1.7
[INFO] [stderr]     Checking lock_api v0.4.4
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking unicode-bidi v0.3.5
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]     Checking unicode-normalization v0.1.17
[INFO] [stderr]     Checking parking_lot v0.11.1
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]    Compiling same-file v0.1.3
[INFO] [stderr]    Compiling httparse v1.4.0
[INFO] [stderr]     Checking ucd-util v0.1.8
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking scoped-tls v0.1.2
[INFO] [stderr]    Compiling byte-tools v0.2.0
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]    Compiling block-buffer v0.2.0
[INFO] [stderr]     Checking rand v0.3.23
[INFO] [stderr]     Checking tokio-core v0.1.18
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking regex-syntax v0.5.6
[INFO] [stderr]     Checking aho-corasick v0.6.10
[INFO] [stderr]    Compiling walkdir v1.0.7
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.5
[INFO] [stderr]    Compiling digest v0.6.2
[INFO] [stderr]     Checking tokio-service v0.1.0
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]     Checking try-lock v0.1.0
[INFO] [stderr]    Compiling safemem v0.2.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling pulldown-cmark v0.1.2 (https://github.com/maghoff/pulldown-cmark.git#e5dea36c)
[INFO] [stderr]    Compiling fake-simd v0.1.2
[INFO] [stderr]     Checking take v0.1.0
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]     Checking utf8-ranges v1.0.4
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]     Checking slab v0.3.0
[INFO] [stderr]     Checking smallvec v0.2.1
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking base64 v0.9.3
[INFO] [stderr]    Compiling sha2 v0.6.0
[INFO] [stderr]     Checking tokio-proto v0.1.1
[INFO] [stderr]    Compiling itertools v0.6.5
[INFO] [stderr]    Compiling base64 v0.6.0
[INFO] [stderr]     Checking want v0.0.4
[INFO] [stderr]    Compiling num v0.1.42
[INFO] [stderr]     Checking r2d2 v0.8.9
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]    Compiling syn v0.10.8
[INFO] [stderr]     Checking futures-cpupool v0.1.8
[INFO] [stderr]     Checking relay v0.1.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking language-tags v0.2.2
[INFO] [stderr]     Checking bitflags v0.9.1
[INFO] [stderr]     Checking nom v2.2.1
[INFO] [stderr]     Checking dtoa v0.4.8
[INFO] [stderr]     Checking lazy_static v0.2.11
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]     Checking deunicode v0.4.3
[INFO] [stderr]     Checking serde_urlencoded v0.5.5
[INFO] [stderr]     Checking slug v0.1.4
[INFO] [stderr]     Checking titlecase v0.10.0
[INFO] [stderr]     Checking hyper v0.11.27
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]     Checking bart v0.1.6
[INFO] [stderr]    Compiling bart_derive v0.1.6
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]     Checking serde_plain v0.3.0
[INFO] [stderr]    Compiling diesel_derives v1.4.1
[INFO] [stderr]     Checking diff v0.1.12
[INFO] [stderr]     Checking seahash v3.0.7
[INFO] [stderr]    Compiling unindent v0.1.8
[INFO] [stderr]    Compiling indoc v1.0.4
[INFO] [stderr]    Compiling codegen v0.1.0 (/opt/rustwide/workdir/libs/codegen)
[INFO] [stderr]     Checking diesel v1.4.8
[INFO] [stderr]     Checking migrations_internals v1.4.1
[INFO] [stderr]     Checking r2d2-diesel v1.0.0
[INFO] [stderr]    Compiling infer_schema_internals v1.4.0
[INFO] [stderr]    Compiling migrations_macros v1.4.2
[INFO] [stderr]    Compiling infer_schema_macros v1.4.0
[INFO] [stderr]    Compiling diesel_migrations v1.4.0
[INFO] [stderr]    Compiling sausagewiki v0.1.0-dev (/opt/rustwide/workdir)
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> build.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     sql_function!(fn markdown_to_fts(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `markdown_to_fts` is not local
[INFO] [stdout]    |     `QueryId` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_query_id_for_markdown_to_fts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> build.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     sql_function!(fn markdown_to_fts(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `markdown_to_fts` is not local
[INFO] [stdout]    |     `Add` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_markdown_to_fts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> build.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     sql_function!(fn markdown_to_fts(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `markdown_to_fts` is not local
[INFO] [stdout]    |     `Sub` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_markdown_to_fts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> build.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     sql_function!(fn markdown_to_fts(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `markdown_to_fts` is not local
[INFO] [stdout]    |     `Mul` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_markdown_to_fts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> build.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     sql_function!(fn markdown_to_fts(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `markdown_to_fts` is not local
[INFO] [stdout]    |     `Div` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_markdown_to_fts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> build.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     sql_function!(fn theme_from_str_hash(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `theme_from_str_hash` is not local
[INFO] [stdout]    |     `QueryId` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_query_id_for_theme_from_str_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> build.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     sql_function!(fn theme_from_str_hash(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `theme_from_str_hash` is not local
[INFO] [stdout]    |     `Add` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_theme_from_str_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> build.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     sql_function!(fn theme_from_str_hash(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `theme_from_str_hash` is not local
[INFO] [stdout]    |     `Sub` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_theme_from_str_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> build.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     sql_function!(fn theme_from_str_hash(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `theme_from_str_hash` is not local
[INFO] [stdout]    |     `Mul` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_theme_from_str_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking diesel_infer_schema v1.4.0
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> build.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     sql_function!(fn theme_from_str_hash(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `theme_from_str_hash` is not local
[INFO] [stdout]    |     `Div` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_theme_from_str_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/db.rs:44:64
[INFO] [stdout]    |
[INFO] [stdout] 44 | ) -> Result<Pool<ConnectionManager<SqliteConnection>>, Box<dyn (::std::error::Error)>> {
[INFO] [stdout]    |                                                                ^                   ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 - ) -> Result<Pool<ConnectionManager<SqliteConnection>>, Box<dyn (::std::error::Error)>> {
[INFO] [stdout] 44 + ) -> Result<Pool<ConnectionManager<SqliteConnection>>, Box<dyn ::std::error::Error >> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ChangesResource`
[INFO] [stdout]   --> src/resources/mod.rs:18:49
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub use self::changes_resource::{ChangesLookup, ChangesResource};
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `DiffResource`
[INFO] [stdout]   --> src/resources/mod.rs:19:43
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use self::diff_resource::{DiffLookup, DiffResource};
[INFO] [stdout]    |                                           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/db.rs:44:64
[INFO] [stdout]    |
[INFO] [stdout] 44 | ) -> Result<Pool<ConnectionManager<SqliteConnection>>, Box<dyn (::std::error::Error)>> {
[INFO] [stdout]    |                                                                ^                   ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 - ) -> Result<Pool<ConnectionManager<SqliteConnection>>, Box<dyn (::std::error::Error)>> {
[INFO] [stdout] 44 + ) -> Result<Pool<ConnectionManager<SqliteConnection>>, Box<dyn ::std::error::Error >> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ChangesResource`
[INFO] [stdout]   --> src/resources/mod.rs:18:49
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub use self::changes_resource::{ChangesLookup, ChangesResource};
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `DiffResource`
[INFO] [stdout]   --> src/resources/mod.rs:19:43
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use self::diff_resource::{DiffLookup, DiffResource};
[INFO] [stdout]    |                                           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     sql_function!(fn markdown_to_fts(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `markdown_to_fts` is not local
[INFO] [stdout]    |     `QueryId` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_query_id_for_markdown_to_fts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     sql_function!(fn markdown_to_fts(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `markdown_to_fts` is not local
[INFO] [stdout]    |     `Add` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_markdown_to_fts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     sql_function!(fn markdown_to_fts(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `markdown_to_fts` is not local
[INFO] [stdout]    |     `Sub` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_markdown_to_fts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     sql_function!(fn markdown_to_fts(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `markdown_to_fts` is not local
[INFO] [stdout]    |     `Mul` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_markdown_to_fts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     sql_function!(fn markdown_to_fts(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `markdown_to_fts` is not local
[INFO] [stdout]    |     `Div` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_markdown_to_fts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     sql_function!(fn theme_from_str_hash(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `theme_from_str_hash` is not local
[INFO] [stdout]    |     `QueryId` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_query_id_for_theme_from_str_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     sql_function!(fn theme_from_str_hash(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `theme_from_str_hash` is not local
[INFO] [stdout]    |     `Add` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_theme_from_str_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     sql_function!(fn theme_from_str_hash(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `theme_from_str_hash` is not local
[INFO] [stdout]    |     `Sub` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_theme_from_str_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     sql_function!(fn theme_from_str_hash(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `theme_from_str_hash` is not local
[INFO] [stdout]    |     `Mul` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_theme_from_str_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     sql_function!(fn theme_from_str_hash(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `theme_from_str_hash` is not local
[INFO] [stdout]    |     `Div` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_theme_from_str_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:76:18
[INFO] [stdout]    |
[INFO] [stdout] 76 |         #[derive(QueryableByName, PartialEq, Eq, Debug)]
[INFO] [stdout]    |                  ^--------------
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  `QueryableByName` is not local
[INFO] [stdout]    |                  move the `impl` block outside of this function `_impl_queryable_by_name_for_row` and up 2 bodies
[INFO] [stdout] 77 |         struct Row {
[INFO] [stdout]    |                --- `Row` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:95:18
[INFO] [stdout]    |
[INFO] [stdout] 95 |         #[derive(QueryableByName, PartialEq, Eq, Debug)]
[INFO] [stdout]    |                  ^--------------
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  `QueryableByName` is not local
[INFO] [stdout]    |                  move the `impl` block outside of this function `_impl_queryable_by_name_for_row` and up 2 bodies
[INFO] [stdout] 96 |         struct Row {
[INFO] [stdout]    |                --- `Row` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/models.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Debug, Queryable)]
[INFO] [stdout]    |                 ^--------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Queryable` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_queryable_for_articlerevision`
[INFO] [stdout] 12 | pub struct ArticleRevision {
[INFO] [stdout]    |            --------------- `ArticleRevision` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/models.rs:36:28
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Debug, PartialEq, Queryable)]
[INFO] [stdout]    |                            ^--------
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            `Queryable` is not local
[INFO] [stdout]    |                            move the `impl` block outside of this function `_impl_queryable_for_articlerevisionstub`
[INFO] [stdout] 37 | pub struct ArticleRevisionStub {
[INFO] [stdout]    |            ------------------- `ArticleRevisionStub` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/models.rs:61:17
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[derive(Debug, QueryableByName, Serialize)]
[INFO] [stdout]    |                 ^--------------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `QueryableByName` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_queryable_by_name_for_searchresult`
[INFO] [stdout] 62 | pub struct SearchResult {
[INFO] [stdout]    |            ------------ `SearchResult` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/rendering.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn parser(src: &str) -> Parser {
[INFO] [stdout]   |                ^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                |
[INFO] [stdout]   |                the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn parser(src: &str) -> Parser<'_> {
[INFO] [stdout]   |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/resources/about_resource.rs:56:10
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[derive(BartDisplay)]
[INFO] [stdout]    |          -^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Template` is not local
[INFO] [stdout]    |          `Display` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/resources/article_resource.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(BartDisplay)]
[INFO] [stdout]    |          -^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Template` is not local
[INFO] [stdout]    |          `Display` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/resources/article_resource.rs:74:14
[INFO] [stdout]    |
[INFO] [stdout] 74 |     #[derive(BartDisplay)]
[INFO] [stdout]    |              -^^^^^^^^^^
[INFO] [stdout]    |              |
[INFO] [stdout]    |              `Template` is not local
[INFO] [stdout]    |              `Display` is not local
[INFO] [stdout]    |              move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/resources/article_resource.rs:161:18
[INFO] [stdout]     |
[INFO] [stdout] 161 |         #[derive(BartDisplay)]
[INFO] [stdout]     |                  -^^^^^^^^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `Template` is not local
[INFO] [stdout]     |                  `Display` is not local
[INFO] [stdout]     |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/resources/article_revision_resource.rs:38:14
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[derive(BartDisplay)]
[INFO] [stdout]    |              -^^^^^^^^^^
[INFO] [stdout]    |              |
[INFO] [stdout]    |              `Template` is not local
[INFO] [stdout]    |              `Display` is not local
[INFO] [stdout]    |              move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/resources/article_revision_resource.rs:87:18
[INFO] [stdout]    |
[INFO] [stdout] 87 |         #[derive(BartDisplay)]
[INFO] [stdout]    |                  -^^^^^^^^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  `Template` is not local
[INFO] [stdout]    |                  `Display` is not local
[INFO] [stdout]    |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/resources/changes_resource.rs:295:18
[INFO] [stdout]     |
[INFO] [stdout] 295 |         #[derive(BartDisplay)]
[INFO] [stdout]     |                  -^^^^^^^^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `Template` is not local
[INFO] [stdout]     |                  `Display` is not local
[INFO] [stdout]     |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/resources/diff_resource.rs:101:18
[INFO] [stdout]     |
[INFO] [stdout] 101 |         #[derive(BartDisplay)]
[INFO] [stdout]     |                  -^^^^^^^^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `Template` is not local
[INFO] [stdout]     |                  `Display` is not local
[INFO] [stdout]     |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/resources/new_article_resource.rs:67:18
[INFO] [stdout]    |
[INFO] [stdout] 67 |         #[derive(BartDisplay)]
[INFO] [stdout]    |                  -^^^^^^^^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  `Template` is not local
[INFO] [stdout]    |                  `Display` is not local
[INFO] [stdout]    |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/resources/new_article_resource.rs:126:18
[INFO] [stdout]     |
[INFO] [stdout] 126 |         #[derive(BartDisplay)]
[INFO] [stdout]     |                  -^^^^^^^^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `Template` is not local
[INFO] [stdout]     |                  `Display` is not local
[INFO] [stdout]     |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/resources/search_resource.rs:176:18
[INFO] [stdout]     |
[INFO] [stdout] 176 |         #[derive(BartDisplay)]
[INFO] [stdout]     |                  -^^^^^^^^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `Template` is not local
[INFO] [stdout]     |                  `Display` is not local
[INFO] [stdout]     |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/resources/sitemap_resource.rs:37:18
[INFO] [stdout]    |
[INFO] [stdout] 37 |         #[derive(BartDisplay)]
[INFO] [stdout]    |                  -^^^^^^^^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  `Template` is not local
[INFO] [stdout]    |                  `Display` is not local
[INFO] [stdout]    |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:38
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...es { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "articles") ; } pub...
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |         |
[INFO] [stdout]   |         `table` is not local
[INFO] [stdout]   |         `QueryId` is not local
[INFO] [stdout]   |         move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:38
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...es { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "articles") ; } pub...
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |         |
[INFO] [stdout]   |         `id` is not local
[INFO] [stdout]   |         `QueryId` is not local
[INFO] [stdout]   |         move the `impl` block outside of this function `_impl_query_id_for_id`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `table` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `sequence_number` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_sequence_number`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `article_id` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_article_id`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `revision` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_revision`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `created` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_created`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `slug` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_slug`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `title` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_title`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `body` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_body`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `latest` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_latest`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `author` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_author`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `theme` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_theme`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/site.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(BartDisplay)]
[INFO] [stdout]    |          -^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Layout` is not local
[INFO] [stdout]    |          `Display` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Layout`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/site.rs:53:10
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[derive(BartDisplay)]
[INFO] [stdout]    |          -^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `SystemPageLayout` is not local
[INFO] [stdout]    |          `Display` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_SystemPageLayout`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/site.rs:79:10
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[derive(BartDisplay)]
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `NotFound` is not local
[INFO] [stdout]    |          `Display` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_NotFound`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/site.rs:83:10
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[derive(BartDisplay)]
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `InternalServerError` is not local
[INFO] [stdout]    |          `Display` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_InternalServerError`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/state.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Insertable)]
[INFO] [stdout]    |          ^---------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Insertable` is not local
[INFO] [stdout]    |          `table` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_insertable_for_newrevision`
[INFO] [stdout] 27 | #[table_name = "article_revisions"]
[INFO] [stdout] 28 | struct NewRevision<'a> {
[INFO] [stdout]    |        ----------- `NewRevision` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/state.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Insertable)]
[INFO] [stdout]    |          -^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Insertable` is not local
[INFO] [stdout]    |          `table` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_insertable_for_newrevision`
[INFO] [stdout] 27 | #[table_name = "article_revisions"]
[INFO] [stdout] 28 | struct NewRevision<'a> {
[INFO] [stdout]    |        ----------- `NewRevision` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/state.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Insertable)]
[INFO] [stdout]    |          ^---------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `UndecoratedInsertRecord` is not local
[INFO] [stdout]    |          `table` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_insertable_for_newrevision`
[INFO] [stdout] 27 | #[table_name = "article_revisions"]
[INFO] [stdout] 28 | struct NewRevision<'a> {
[INFO] [stdout]    |        ----------- `NewRevision` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/state.rs:118:27
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn new(db_connection: &diesel::SqliteConnection) -> SyncState {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn new(db_connection: &diesel::SqliteConnection) -> SyncState<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/state.rs:186:18
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[derive(Queryable)]
[INFO] [stdout]     |                  ^--------
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `Queryable` is not local
[INFO] [stdout]     |                  move the `impl` block outside of this function `_impl_queryable_for_articlerevisionstub` and up 2 bodies
[INFO] [stdout] 187 |         struct ArticleRevisionStub {
[INFO] [stdout]     |                ------------------- `ArticleRevisionStub` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/state.rs:403:22
[INFO] [stdout]     |
[INFO] [stdout] 403 |             #[derive(Insertable)]
[INFO] [stdout]     |                      ^---------
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      `Insertable` is not local
[INFO] [stdout]     |                      `table` is not local
[INFO] [stdout]     |                      move the `impl` block outside of this function `_impl_insertable_for_newarticle` and up 3 bodies
[INFO] [stdout] 404 |             #[table_name = "articles"]
[INFO] [stdout] 405 |             struct NewArticle {
[INFO] [stdout]     |                    ---------- `NewArticle` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/state.rs:403:22
[INFO] [stdout]     |
[INFO] [stdout] 403 |             #[derive(Insertable)]
[INFO] [stdout]     |                      -^^^^^^^^^
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      `Insertable` is not local
[INFO] [stdout]     |                      `table` is not local
[INFO] [stdout]     |                      move the `impl` block outside of this function `_impl_insertable_for_newarticle` and up 3 bodies
[INFO] [stdout] 404 |             #[table_name = "articles"]
[INFO] [stdout] 405 |             struct NewArticle {
[INFO] [stdout]     |                    ---------- `NewArticle` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/state.rs:403:22
[INFO] [stdout]     |
[INFO] [stdout] 403 |             #[derive(Insertable)]
[INFO] [stdout]     |                      ^---------
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      `UndecoratedInsertRecord` is not local
[INFO] [stdout]     |                      `table` is not local
[INFO] [stdout]     |                      move the `impl` block outside of this function `_impl_insertable_for_newarticle` and up 3 bodies
[INFO] [stdout] 404 |             #[table_name = "articles"]
[INFO] [stdout] 405 |             struct NewArticle {
[INFO] [stdout]     |                    ---------- `NewArticle` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/theme.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(AsExpression, FromSqlRow)] // Diesel
[INFO] [stdout]    |          -^^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `AsExpression` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_as_expression_for_theme`
[INFO] [stdout] 12 | #[sql_type = "Text"]
[INFO] [stdout]    |              ------ `Text` is not local
[INFO] [stdout] 13 | pub enum Theme {
[INFO] [stdout]    |          ----- `Theme` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/theme.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(AsExpression, FromSqlRow)] // Diesel
[INFO] [stdout]    |          -^^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `AsExpression` is not local
[INFO] [stdout]    |          `Nullable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_as_expression_for_theme`
[INFO] [stdout] 12 | #[sql_type = "Text"]
[INFO] [stdout]    |              ------ `Text` is not local
[INFO] [stdout] 13 | pub enum Theme {
[INFO] [stdout]    |          ----- `Theme` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/theme.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(AsExpression, FromSqlRow)] // Diesel
[INFO] [stdout]    |          ^-----------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `ToSql` is not local
[INFO] [stdout]    |          `Nullable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_as_expression_for_theme`
[INFO] [stdout] 12 | #[sql_type = "Text"]
[INFO] [stdout]    |              ------ `Text` is not local
[INFO] [stdout] 13 | pub enum Theme {
[INFO] [stdout]    |          ----- `Theme` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/theme.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(AsExpression, FromSqlRow)] // Diesel
[INFO] [stdout]    |          ^-----------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `AsExpression` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_as_expression_for_theme`
[INFO] [stdout] 12 | #[sql_type = "Text"]
[INFO] [stdout]    |              ------ `Text` is not local
[INFO] [stdout] 13 | pub enum Theme {
[INFO] [stdout]    |          ----- `Theme` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/theme.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(AsExpression, FromSqlRow)] // Diesel
[INFO] [stdout]    |          ^-----------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `AsExpression` is not local
[INFO] [stdout]    |          `Nullable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_as_expression_for_theme`
[INFO] [stdout] 12 | #[sql_type = "Text"]
[INFO] [stdout]    |              ------ `Text` is not local
[INFO] [stdout] 13 | pub enum Theme {
[INFO] [stdout]    |          ----- `Theme` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/theme.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(AsExpression, FromSqlRow)] // Diesel
[INFO] [stdout]    |                        ^---------
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        `FromSqlRow` is not local
[INFO] [stdout]    |                        move the `impl` block outside of this function `_impl_from_sql_row_for_theme`
[INFO] [stdout] 12 | #[sql_type = "Text"]
[INFO] [stdout] 13 | pub enum Theme {
[INFO] [stdout]    |          ----- `Theme` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromSqlRow` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `FromSqlRow` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/theme.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(AsExpression, FromSqlRow)] // Diesel
[INFO] [stdout]    |                        ^---------
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        `Queryable` is not local
[INFO] [stdout]    |                        move the `impl` block outside of this function `_impl_from_sql_row_for_theme`
[INFO] [stdout] 12 | #[sql_type = "Text"]
[INFO] [stdout] 13 | pub enum Theme {
[INFO] [stdout]    |          ----- `Theme` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromSqlRow` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `FromSqlRow` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/theme.rs:199:18
[INFO] [stdout]     |
[INFO] [stdout] 199 |         #[derive(QueryableByName, PartialEq, Eq, Debug)]
[INFO] [stdout]     |                  ^--------------
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `QueryableByName` is not local
[INFO] [stdout]     |                  move the `impl` block outside of this function `_impl_queryable_by_name_for_row` and up 2 bodies
[INFO] [stdout] 200 |         struct Row {
[INFO] [stdout]     |                --- `Row` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/theme.rs:218:18
[INFO] [stdout]     |
[INFO] [stdout] 218 |         #[derive(QueryableByName, PartialEq, Eq, Debug)]
[INFO] [stdout]     |                  ^--------------
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `QueryableByName` is not local
[INFO] [stdout]     |                  move the `impl` block outside of this function `_impl_queryable_by_name_for_row` and up 2 bodies
[INFO] [stdout] 219 |         struct Row {
[INFO] [stdout]     |                --- `Row` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wiki_lookup.rs:48:20
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn split_one(path: &str) -> Result<(Cow<str>, Option<&str>), Utf8Error> {
[INFO] [stdout]    |                    ^^^^             ^^^^^^^^         ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                    |                |
[INFO] [stdout]    |                    |                the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn split_one(path: &str) -> Result<(Cow<'_, str>, Option<&str>), Utf8Error> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `latest` is never read
[INFO] [stdout]   --> src/models.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct ArticleRevision {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub latest: bool,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ArticleRevision` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     sql_function!(fn markdown_to_fts(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `markdown_to_fts` is not local
[INFO] [stdout]    |     `QueryId` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_query_id_for_markdown_to_fts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     sql_function!(fn markdown_to_fts(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `markdown_to_fts` is not local
[INFO] [stdout]    |     `Add` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_markdown_to_fts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     sql_function!(fn markdown_to_fts(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `markdown_to_fts` is not local
[INFO] [stdout]    |     `Sub` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_markdown_to_fts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     sql_function!(fn markdown_to_fts(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `markdown_to_fts` is not local
[INFO] [stdout]    |     `Mul` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_markdown_to_fts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     sql_function!(fn markdown_to_fts(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `markdown_to_fts` is not local
[INFO] [stdout]    |     `Div` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_markdown_to_fts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     sql_function!(fn theme_from_str_hash(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `theme_from_str_hash` is not local
[INFO] [stdout]    |     `QueryId` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_query_id_for_theme_from_str_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     sql_function!(fn theme_from_str_hash(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `theme_from_str_hash` is not local
[INFO] [stdout]    |     `Add` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_theme_from_str_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     sql_function!(fn theme_from_str_hash(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `theme_from_str_hash` is not local
[INFO] [stdout]    |     `Sub` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_theme_from_str_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     sql_function!(fn theme_from_str_hash(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `theme_from_str_hash` is not local
[INFO] [stdout]    |     `Mul` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_theme_from_str_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/db.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     sql_function!(fn theme_from_str_hash(text: Text) -> Text);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `theme_from_str_hash` is not local
[INFO] [stdout]    |     `Div` is not local
[INFO] [stdout]    |     move the `impl` block outside of this function `_impl_diesel_numeric_ops_for_theme_from_str_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `DieselNumericOps` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/models.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Debug, Queryable)]
[INFO] [stdout]    |                 ^--------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Queryable` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_queryable_for_articlerevision`
[INFO] [stdout] 12 | pub struct ArticleRevision {
[INFO] [stdout]    |            --------------- `ArticleRevision` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/models.rs:36:28
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Debug, PartialEq, Queryable)]
[INFO] [stdout]    |                            ^--------
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            `Queryable` is not local
[INFO] [stdout]    |                            move the `impl` block outside of this function `_impl_queryable_for_articlerevisionstub`
[INFO] [stdout] 37 | pub struct ArticleRevisionStub {
[INFO] [stdout]    |            ------------------- `ArticleRevisionStub` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/models.rs:61:17
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[derive(Debug, QueryableByName, Serialize)]
[INFO] [stdout]    |                 ^--------------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `QueryableByName` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_queryable_by_name_for_searchresult`
[INFO] [stdout] 62 | pub struct SearchResult {
[INFO] [stdout]    |            ------------ `SearchResult` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/rendering.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn parser(src: &str) -> Parser {
[INFO] [stdout]   |                ^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                |
[INFO] [stdout]   |                the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn parser(src: &str) -> Parser<'_> {
[INFO] [stdout]   |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/resources/about_resource.rs:56:10
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[derive(BartDisplay)]
[INFO] [stdout]    |          -^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Template` is not local
[INFO] [stdout]    |          `Display` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/resources/article_resource.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(BartDisplay)]
[INFO] [stdout]    |          -^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Template` is not local
[INFO] [stdout]    |          `Display` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/resources/article_resource.rs:74:14
[INFO] [stdout]    |
[INFO] [stdout] 74 |     #[derive(BartDisplay)]
[INFO] [stdout]    |              -^^^^^^^^^^
[INFO] [stdout]    |              |
[INFO] [stdout]    |              `Template` is not local
[INFO] [stdout]    |              `Display` is not local
[INFO] [stdout]    |              move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/resources/article_resource.rs:161:18
[INFO] [stdout]     |
[INFO] [stdout] 161 |         #[derive(BartDisplay)]
[INFO] [stdout]     |                  -^^^^^^^^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `Template` is not local
[INFO] [stdout]     |                  `Display` is not local
[INFO] [stdout]     |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/resources/article_revision_resource.rs:38:14
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[derive(BartDisplay)]
[INFO] [stdout]    |              -^^^^^^^^^^
[INFO] [stdout]    |              |
[INFO] [stdout]    |              `Template` is not local
[INFO] [stdout]    |              `Display` is not local
[INFO] [stdout]    |              move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/resources/article_revision_resource.rs:87:18
[INFO] [stdout]    |
[INFO] [stdout] 87 |         #[derive(BartDisplay)]
[INFO] [stdout]    |                  -^^^^^^^^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  `Template` is not local
[INFO] [stdout]    |                  `Display` is not local
[INFO] [stdout]    |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/resources/changes_resource.rs:295:18
[INFO] [stdout]     |
[INFO] [stdout] 295 |         #[derive(BartDisplay)]
[INFO] [stdout]     |                  -^^^^^^^^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `Template` is not local
[INFO] [stdout]     |                  `Display` is not local
[INFO] [stdout]     |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/resources/diff_resource.rs:101:18
[INFO] [stdout]     |
[INFO] [stdout] 101 |         #[derive(BartDisplay)]
[INFO] [stdout]     |                  -^^^^^^^^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `Template` is not local
[INFO] [stdout]     |                  `Display` is not local
[INFO] [stdout]     |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/resources/new_article_resource.rs:67:18
[INFO] [stdout]    |
[INFO] [stdout] 67 |         #[derive(BartDisplay)]
[INFO] [stdout]    |                  -^^^^^^^^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  `Template` is not local
[INFO] [stdout]    |                  `Display` is not local
[INFO] [stdout]    |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/resources/new_article_resource.rs:126:18
[INFO] [stdout]     |
[INFO] [stdout] 126 |         #[derive(BartDisplay)]
[INFO] [stdout]     |                  -^^^^^^^^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `Template` is not local
[INFO] [stdout]     |                  `Display` is not local
[INFO] [stdout]     |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/resources/search_resource.rs:176:18
[INFO] [stdout]     |
[INFO] [stdout] 176 |         #[derive(BartDisplay)]
[INFO] [stdout]     |                  -^^^^^^^^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `Template` is not local
[INFO] [stdout]     |                  `Display` is not local
[INFO] [stdout]     |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/resources/sitemap_resource.rs:37:18
[INFO] [stdout]    |
[INFO] [stdout] 37 |         #[derive(BartDisplay)]
[INFO] [stdout]    |                  -^^^^^^^^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  `Template` is not local
[INFO] [stdout]    |                  `Display` is not local
[INFO] [stdout]    |                  move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Template` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:38
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...es { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "articles") ; } pub...
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |         |
[INFO] [stdout]   |         `table` is not local
[INFO] [stdout]   |         `QueryId` is not local
[INFO] [stdout]   |         move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:38
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...es { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "articles") ; } pub...
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |         |
[INFO] [stdout]   |         `id` is not local
[INFO] [stdout]   |         `QueryId` is not local
[INFO] [stdout]   |         move the `impl` block outside of this function `_impl_query_id_for_id`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `table` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `sequence_number` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_sequence_number`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `article_id` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_article_id`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `revision` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_revision`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `created` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_created`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `slug` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_slug`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `title` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_title`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `body` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_body`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `latest` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_latest`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `author` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_author`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/infer_schema.rs:1:260
[INFO] [stdout]   |
[INFO] [stdout] 1 | ... { infer_table_from_schema ! ("/opt/rustwide/target/debug/build/sausagewiki-12400cc00b56e827/out/build.db" , "article_revisions") ; ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |       |
[INFO] [stdout]   |       `theme` is not local
[INFO] [stdout]   |       `QueryId` is not local
[INFO] [stdout]   |       move the `impl` block outside of this function `_impl_query_id_for_theme`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `infer_table_from_schema` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/site.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(BartDisplay)]
[INFO] [stdout]    |          -^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Layout` is not local
[INFO] [stdout]    |          `Display` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_Layout`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/site.rs:53:10
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[derive(BartDisplay)]
[INFO] [stdout]    |          -^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `SystemPageLayout` is not local
[INFO] [stdout]    |          `Display` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_SystemPageLayout`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/site.rs:79:10
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[derive(BartDisplay)]
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `NotFound` is not local
[INFO] [stdout]    |          `Display` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_NotFound`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/site.rs:83:10
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[derive(BartDisplay)]
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `InternalServerError` is not local
[INFO] [stdout]    |          `Display` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_BART_DISPLAY_FOR_InternalServerError`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `BartDisplay` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `BartDisplay` may come from an old version of the `bart_derive` crate, try updating your dependency with `cargo update -p bart_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `BartDisplay` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/state.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Insertable)]
[INFO] [stdout]    |          ^---------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Insertable` is not local
[INFO] [stdout]    |          `table` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_insertable_for_newrevision`
[INFO] [stdout] 27 | #[table_name = "article_revisions"]
[INFO] [stdout] 28 | struct NewRevision<'a> {
[INFO] [stdout]    |        ----------- `NewRevision` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/state.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Insertable)]
[INFO] [stdout]    |          -^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Insertable` is not local
[INFO] [stdout]    |          `table` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_insertable_for_newrevision`
[INFO] [stdout] 27 | #[table_name = "article_revisions"]
[INFO] [stdout] 28 | struct NewRevision<'a> {
[INFO] [stdout]    |        ----------- `NewRevision` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/state.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Insertable)]
[INFO] [stdout]    |          ^---------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `UndecoratedInsertRecord` is not local
[INFO] [stdout]    |          `table` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_insertable_for_newrevision`
[INFO] [stdout] 27 | #[table_name = "article_revisions"]
[INFO] [stdout] 28 | struct NewRevision<'a> {
[INFO] [stdout]    |        ----------- `NewRevision` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/state.rs:118:27
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn new(db_connection: &diesel::SqliteConnection) -> SyncState {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn new(db_connection: &diesel::SqliteConnection) -> SyncState<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/state.rs:186:18
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[derive(Queryable)]
[INFO] [stdout]     |                  ^--------
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `Queryable` is not local
[INFO] [stdout]     |                  move the `impl` block outside of this function `_impl_queryable_for_articlerevisionstub` and up 2 bodies
[INFO] [stdout] 187 |         struct ArticleRevisionStub {
[INFO] [stdout]     |                ------------------- `ArticleRevisionStub` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/state.rs:403:22
[INFO] [stdout]     |
[INFO] [stdout] 403 |             #[derive(Insertable)]
[INFO] [stdout]     |                      ^---------
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      `Insertable` is not local
[INFO] [stdout]     |                      `table` is not local
[INFO] [stdout]     |                      move the `impl` block outside of this function `_impl_insertable_for_newarticle` and up 3 bodies
[INFO] [stdout] 404 |             #[table_name = "articles"]
[INFO] [stdout] 405 |             struct NewArticle {
[INFO] [stdout]     |                    ---------- `NewArticle` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/state.rs:403:22
[INFO] [stdout]     |
[INFO] [stdout] 403 |             #[derive(Insertable)]
[INFO] [stdout]     |                      -^^^^^^^^^
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      `Insertable` is not local
[INFO] [stdout]     |                      `table` is not local
[INFO] [stdout]     |                      move the `impl` block outside of this function `_impl_insertable_for_newarticle` and up 3 bodies
[INFO] [stdout] 404 |             #[table_name = "articles"]
[INFO] [stdout] 405 |             struct NewArticle {
[INFO] [stdout]     |                    ---------- `NewArticle` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/state.rs:403:22
[INFO] [stdout]     |
[INFO] [stdout] 403 |             #[derive(Insertable)]
[INFO] [stdout]     |                      ^---------
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      `UndecoratedInsertRecord` is not local
[INFO] [stdout]     |                      `table` is not local
[INFO] [stdout]     |                      move the `impl` block outside of this function `_impl_insertable_for_newarticle` and up 3 bodies
[INFO] [stdout] 404 |             #[table_name = "articles"]
[INFO] [stdout] 405 |             struct NewArticle {
[INFO] [stdout]     |                    ---------- `NewArticle` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/theme.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(AsExpression, FromSqlRow)] // Diesel
[INFO] [stdout]    |          -^^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `AsExpression` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_as_expression_for_theme`
[INFO] [stdout] 12 | #[sql_type = "Text"]
[INFO] [stdout]    |              ------ `Text` is not local
[INFO] [stdout] 13 | pub enum Theme {
[INFO] [stdout]    |          ----- `Theme` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/theme.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(AsExpression, FromSqlRow)] // Diesel
[INFO] [stdout]    |          -^^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `AsExpression` is not local
[INFO] [stdout]    |          `Nullable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_as_expression_for_theme`
[INFO] [stdout] 12 | #[sql_type = "Text"]
[INFO] [stdout]    |              ------ `Text` is not local
[INFO] [stdout] 13 | pub enum Theme {
[INFO] [stdout]    |          ----- `Theme` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/theme.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(AsExpression, FromSqlRow)] // Diesel
[INFO] [stdout]    |          ^-----------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `ToSql` is not local
[INFO] [stdout]    |          `Nullable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_as_expression_for_theme`
[INFO] [stdout] 12 | #[sql_type = "Text"]
[INFO] [stdout]    |              ------ `Text` is not local
[INFO] [stdout] 13 | pub enum Theme {
[INFO] [stdout]    |          ----- `Theme` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/theme.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(AsExpression, FromSqlRow)] // Diesel
[INFO] [stdout]    |          ^-----------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `AsExpression` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_as_expression_for_theme`
[INFO] [stdout] 12 | #[sql_type = "Text"]
[INFO] [stdout]    |              ------ `Text` is not local
[INFO] [stdout] 13 | pub enum Theme {
[INFO] [stdout]    |          ----- `Theme` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/theme.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(AsExpression, FromSqlRow)] // Diesel
[INFO] [stdout]    |          ^-----------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `AsExpression` is not local
[INFO] [stdout]    |          `Nullable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_as_expression_for_theme`
[INFO] [stdout] 12 | #[sql_type = "Text"]
[INFO] [stdout]    |              ------ `Text` is not local
[INFO] [stdout] 13 | pub enum Theme {
[INFO] [stdout]    |          ----- `Theme` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/theme.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(AsExpression, FromSqlRow)] // Diesel
[INFO] [stdout]    |                        ^---------
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        `FromSqlRow` is not local
[INFO] [stdout]    |                        move the `impl` block outside of this function `_impl_from_sql_row_for_theme`
[INFO] [stdout] 12 | #[sql_type = "Text"]
[INFO] [stdout] 13 | pub enum Theme {
[INFO] [stdout]    |          ----- `Theme` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromSqlRow` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `FromSqlRow` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/theme.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(AsExpression, FromSqlRow)] // Diesel
[INFO] [stdout]    |                        ^---------
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        `Queryable` is not local
[INFO] [stdout]    |                        move the `impl` block outside of this function `_impl_from_sql_row_for_theme`
[INFO] [stdout] 12 | #[sql_type = "Text"]
[INFO] [stdout] 13 | pub enum Theme {
[INFO] [stdout]    |          ----- `Theme` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromSqlRow` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `FromSqlRow` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wiki_lookup.rs:48:20
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn split_one(path: &str) -> Result<(Cow<str>, Option<&str>), Utf8Error> {
[INFO] [stdout]    |                    ^^^^             ^^^^^^^^         ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                    |                |
[INFO] [stdout]    |                    |                the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn split_one(path: &str) -> Result<(Cow<'_, str>, Option<&str>), Utf8Error> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: migrations_internals v1.4.1, nom v2.2.1, syn v0.10.8
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "f361efc65e771d7d4fe8209e79c302f134bb782d9cb280035deb10949787696c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f361efc65e771d7d4fe8209e79c302f134bb782d9cb280035deb10949787696c", kill_on_drop: false }`
[INFO] [stdout] f361efc65e771d7d4fe8209e79c302f134bb782d9cb280035deb10949787696c
